home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4916 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.unix.shell,comp.lang.c
  4. Subject: Re: slowing it down
  5. Date: 7 Feb 1996 14:37:39 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4fb9jjINNdc2@keats.ugrad.cs.ubc.ca>
  8. References: <4ebh99$5q9@monmouth.edu> <4egupkINN4rp@keats.ugrad.cs.ubc.ca> <4eoctm$8gg@newslink.runet.edu> <4eqa0a$q59@panix2.panix.com>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4eqa0a$q59@panix2.panix.com>, Rich Kus <richk@panix.com> wrote:
  12.  >In article <4eoctm$8gg@newslink.runet.edu>, Ilya <ibelooze@runet.edu> wrote:
  13.  >>Kazimir Kylheku (c2a192@ugrad.cs.ubc.ca) wrote:
  14.  >>|
  15.  >>|Ah, here it is. Basically, just unpack the directory "slow" and compile with
  16.  >>|"cc *.c".
  17.  >>|
  18.  >>|begin 644 slow.tar.gz
  19.  >>|M'XL("&/]"S$``W-L;W<N=&%R``$4".OW'XL(`&/]"S$``^U9_U/CMA+GY_P5
  20.  >>|M2VZ..&#`SC=:4GI#`SW2X^"&0/M>@6&,HA`/CIVQ9$*N1__VMY)LQS).X,U[
  21.  >>|MT'FOZ.9PO-K][$I:K59KY@63S:67;="PMIH6+`'`5JLIGW:C(9]QLP!:ME7;
  22.  >>
  23.  >>OK, here it is:
  24.  >>
  25.  >>$ tar -xvf slow.tar
  26.  >>tar: Only read 2068 bytes from archive slow.tar
  27.  >>
  28.  >>So what's up with that?
  29.  >>
  30.  >
  31.  >  it appears that Kazimir gzip slow.tar twice.
  32.  >  after uudecode and gunzip; rename the file to slow.tar.gz and run gunzip.
  33.  >  then you will be to tar the file.
  34.  
  35. Did I??? Duh! Boy, if I keep at it, maybe I can get it down to one bit! :)))
  36.  
  37. What might have happened is that I put an extra 'z' on the tar command.
  38. But still, the original poster is not giving the right command. You don't
  39. unpack .tar.gz files with tar -xvf. You gunzip it first, or use tar -xzvf if
  40. you have GNU tar.
  41.  
  42. Now back to your regularly scheduled topics...
  43. -- 
  44.  
  45.